home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / multimed / falafel / falafel-king_eng.exe / scripts / DefineButton2_345 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-07-22  |  183 b   |  11 lines

  1. on(release){
  2.    _root.soundOn = false;
  3.    tellTarget("_root.bg_music")
  4.    {
  5.       stopAllSounds();
  6.       gotoAndStop("stop music");
  7.       play();
  8.    }
  9.    gotoAndPlay(11);
  10. }
  11.